home *** CD-ROM | disk | FTP | other *** search
-
- - showExample1 {
- return [WOApp pageWithName:@"FormEx1"];
- }
-
- // This method sets the current synopsis page for the session.
- // The "Synopsis Page" hyperlink in the example page requires this
- // information.
- - willPrepareForRequest:request inContext:context {
- [WOApp setSynopsisPage:[context pageName]];
- }
-
-